-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Install cmake to restore lintcheck runs #14514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
97a78f4
to
6392ebe
Compare
6392ebe
to
88c46ea
Compare
r? @flip1995 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me this is just an approval and merge. As lintcheck is not really in the common local developer flow, this shouldn't be noticable by most contributors
I've updated the description, and I've set a reminder on the second week of May to check if this fix can be removed. |
Looks like this didn't help with #14397, while it did in the current PR, and the trace shows that |
Ah right, some runners are on different image versions it looks like and this PR happened to be on the slightly older one In that case we should remove |
tokio-rustls
requiresaws-lc-sys
which requirescmake 3.x
to be built. This installscmake 3.x
from the repository, overriding thecmake 4.x
installation.The situation will be reexamined in a few weeks, as
aws-lc-sys
will get a new release in a few days withcmake 4.x
support. We will then be able to remove this temporary fix.changelog: none
r? @ghost